home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
softwareupdate
/
cybergraphix update
/
cyberupdate2.25
/
docs
/
changes.txt
< prev
next >
Wrap
Text File
|
1997-03-19
|
3KB
|
72 lines
cybergraphics Revision 40.113
------------------------------
- MovePixelArray()/cybergraphics does not trash register D2 anymore.
This fixes a register trashing problem with BltBitmap()/graphics on
truecolour bitmaps, too.
- fixed conversion bug with RGBA/ARGB scaling in ScalePixelArray()/cgx
when destination bitmap format was RGB15
cybergraphics Revision 40.111
------------------------------
- graphics/BitMapScale() now also supports scaling of chunky,hicolour and
truecolour bitmaps. It only worked for planar destinations before.
cybergraphics Revision 40.108
------------------------------
- gained some speed when allocating true colour bitmaps with
graphics/AllocBitMap() that don't need to be cleared. This may improve
window refresh performance sligtly for large windows.
cybergraphics Revision 40.107
------------------------------
- flood fills are a bit faster for planar bitmaps now. This should improve
performance for certain flood fill operations on workbench icons.
cybergraphics Revision 40.106
------------------------------
- improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
on 15/16 bit rgb colour screens. Apps like Frodo4.0 which use
WritePixelArray/RECTFMT_LUT8 may gain a litte speed due to the
optimized call. Stack usage increases though.
- BitMapScale()/graphics patch trashed 68k data register D7 in some cases.
This is now fixed.
cybergraphics Revision 40.105
------------------------------
- improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
on 8 bit screens. It should be as fast as WritePixelArray8()/graphics
patch now. Apps or games which have cybergraphx support and use
WritePixelArray/RECTFMT_LUT8 instead of WritePixelArray8 may gain a
litte speed due to the optimized call.
cybergraphics Revision 40.104
------------------------------
- added some code to get powersnap working on truecolour screens
cybergraphics Revision 40.103
------------------------------
- Due to a bug in the rect filling code, swapping/toggling of simple refresh
windows got really slow unter truecolour screens with previous v2 versions.
There is really a VISIBLE speed INCREASE with that fixed now when using
simple refresh windows.
- added flood()/graphics replacement. Programs like PPaint should now work
completely without chipram when cybergraphics/PLANES2FAST=1
cybergraphics Revision V40.95
------------------------------
- fixes serious bug in FillPixelArray (register A6 was trashed under
certain conditions)
cyberintuition Revision V40.34
------------------------------
- the tags SA_Draggable,SA_DClip,SA_BlockPen,SA_DetailPen are
now supported correctly
- fixed some problems with 8bit screens when no SA_Depth tag
was supplied and the NOCHIPSCREEN is enabled